<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Flowchart</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Flowchart"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Flowchart rootpage-Flowchart skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Flowchart</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">
<style data-mw-deduplicate="TemplateStyles:r1236090951">
/* start https://en.wikipedia.org/ */
.mw-parser-output .hatnote{font-style:italic}.mw-parser-output div.hatnote{padding-left:1.6em;margin-bottom:0.5em}.mw-parser-output .hatnote i{font-style:normal}.mw-parser-output .hatnote+link+.hatnote{margin-top:-0.5em}@media print{body.ns-0 .mw-parser-output .hatnote{display:none!important}}
/* end https://en.wikipedia.org/ */
</style><div role="note" class="hatnote navigation-not-searchable">"Flow chart" redirects here. For the poem, see <a href="Flow_Chart_(poem)" title="Flow Chart (poem)">Flow Chart (poem)</a>. For the music group, see <a href="Flowchart_(band)" title="Flowchart (band)">Flowchart (band)</a>.</div>
<p class="mw-empty-elt">
</p>
<p>A <b>flowchart</b> is a type of <a href="Diagram" title="Diagram">diagram</a> that represents a <a href="Workflow" title="Workflow">workflow</a> or <a href="Process" title="Process">process</a>. A flowchart can also be defined as a diagrammatic representation of an <a href="Algorithm" title="Algorithm">algorithm</a>, a step-by-step approach to solving a task.
</p><p>The flowchart shows the steps as boxes of various kinds, and their order by connecting the boxes with arrows. This diagrammatic representation illustrates a solution model to a given problem. Flowcharts are used in analyzing, designing, documenting or managing a process or program in various fields.<sup id="cite_ref-SSEV_1-0" class="reference"><a href="#cite_note-SSEV-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup>
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="Overview">Overview</h2></div>
<p>Flowcharts are used to design and document simple processes or programs. Like other types of diagrams, they help visualize the process. Two of the many benefits are that flaws and <a href="Bottleneck_(production)" title="Bottleneck (production)">bottlenecks</a> may become apparent. Flowcharts typically use the following main symbols:
</p>
<ul><li>A process step, usually called an <i>activity</i>, is denoted by a rectangular box.</li>
<li>A decision is usually denoted by a diamond.</li></ul>
<p>A flowchart is described as "cross-functional" when the chart is divided into different vertical or horizontal parts, to describe the control of different organizational units. A symbol appearing in a particular part is within the control of that organizational unit. A cross-functional flowchart allows the author to correctly locate the responsibility for performing an action or making a decision, and to show the responsibility of each organizational unit for different parts of a single process.
</p><p>Flowcharts represent certain aspects of processes and are usually complemented by other types of diagram. For instance, <a href="Kaoru_Ishikawa" title="Kaoru Ishikawa">Kaoru Ishikawa</a> defined the flowchart as one of the <a href="Seven_basic_tools_of_quality" title="Seven basic tools of quality">seven basic tools of quality control</a>, next to the <a href="Histogram" title="Histogram">histogram</a>, <a href="Pareto_chart" title="Pareto chart">Pareto chart</a>, <a href="Check_sheet" title="Check sheet">check sheet</a>, <a href="Control_chart" title="Control chart">control chart</a>, <a href="Ishikawa_diagram" title="Ishikawa diagram">cause-and-effect diagram</a>, and the <a href="Scatter_diagram" class="mw-redirect" title="Scatter diagram">scatter diagram</a>. Similarly, in <a href="Unified_Modeling_Language" title="Unified Modeling Language">UML</a>, a standard concept-modeling notation used in software development, the <a href="Activity_diagram" title="Activity diagram">activity diagram</a>, which is a type of flowchart, is just one of many different diagram types.
</p><p><a href="Nassi-Shneiderman_diagram" class="mw-redirect" title="Nassi-Shneiderman diagram">Nassi-Shneiderman diagrams</a> and <a href="DRAKON" title="DRAKON">Drakon-charts</a> are an alternative notation for process flow.
</p><p>Common alternative names include: flow chart, process flowchart, functional flowchart, process map, process chart, functional process chart, business process model, process model, process <a href="Flow_diagram" title="Flow diagram">flow diagram</a>, <a href="Workflow" title="Workflow">work flow</a> diagram, business flow diagram. The terms "flowchart" and "flow chart" are used interchangeably.
</p><p>The underlying <a href="Graph_(discrete_mathematics)" title="Graph (discrete mathematics)">graph</a> structure of a flowchart is a flow graph, which abstracts away node types, their contents and other ancillary information.
</p>
<div class="mw-heading mw-heading2"><h2 id="History">History</h2></div>
<p>The first structured method for documenting process flow, the "<a href="Flow_process_chart" title="Flow process chart">flow process chart</a>", was introduced by <a href="Frank_Bunker_Gilbreth" title="Frank Bunker Gilbreth">Frank</a> and <a href="Lillian_Moller_Gilbreth" title="Lillian Moller Gilbreth">Lillian Gilbreth</a> in the presentation "Process Charts: First Steps in Finding the One Best Way to do Work", to members of the <a href="American_Society_of_Mechanical_Engineers" title="American Society of Mechanical Engineers">American Society of Mechanical Engineers (ASME)</a> in 1921.<sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> The Gilbreths' tools quickly found their way into <a href="Industrial_engineering" title="Industrial engineering">industrial engineering</a> curricula. In the early 1930s, an industrial engineer, <a href="Allan_H._Mogensen" title="Allan H. Mogensen">Allan H. Mogensen</a> began to train business people in the use of some of the tools of industrial engineering at his Work Simplification Conferences in <a href="Lake_Placid%2C_New_York" title="Lake Placid, New York">Lake Placid</a>, <a href="New_York_(state)" title="New York (state)">New York</a>.
</p><p>Art Spinanger, a 1944 graduate of <a href="Allan_H._Mogensen" title="Allan H. Mogensen">Mogensen</a>'s class, took the tools back to <a href="Procter_and_Gamble" class="mw-redirect" title="Procter and Gamble">Procter and Gamble</a> where he developed their Deliberate Methods Change Program. <a href="Benjamin_S._Graham" title="Benjamin S. Graham">Ben S. Graham</a>, another 1944 graduate, Director of Formcraft Engineering at <a href="Standard_Register_Industrial" class="mw-redirect" title="Standard Register Industrial">Standard Register Industrial</a>, applied the flow process chart to information processing with his development of the multi-flow process chart, to present multiple documents and their relationships.<sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup> In 1947, <a href="ASME" class="mw-redirect" title="ASME">ASME</a> adopted a symbol set derived from Gilbreth's original work as the "ASME Standard: Operation and Flow Process Charts."<sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup>
</p><p><a href="Douglas_Hartree" title="Douglas Hartree">Douglas Hartree</a> in 1949 explained that <a href="Herman_Goldstine" title="Herman Goldstine">Herman Goldstine</a> and <a href="John_von_Neumann" title="John von Neumann">John von Neumann</a> had developed a flowchart (originally, diagram) to plan computer programs.<sup id="cite_ref-5" class="reference"><a href="#cite_note-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup> His contemporary account was endorsed by IBM engineers<sup id="cite_ref-6" class="reference"><a href="#cite_note-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup> and by Goldstine's personal recollections.<sup id="cite_ref-7" class="reference"><a href="#cite_note-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup> The original programming flowcharts of Goldstine and von Neumann can be found in their unpublished report, "Planning and coding of problems for an electronic computing instrument, Part II, Volume 1" (1947), which is reproduced in von Neumann's collected works.<sup id="cite_ref-8" class="reference"><a href="#cite_note-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup>
</p><p>The flowchart became a popular tool for describing <a href="Computer_algorithm" class="mw-redirect" title="Computer algorithm">computer algorithms</a>, but its popularity decreased in the 1970s, when interactive <a href="Computer_terminal" title="Computer terminal">computer terminals</a> and <a href="Third-generation_programming_language" title="Third-generation programming language">third-generation programming languages</a> became common tools for <a href="Computer_programming" title="Computer programming">computer programming</a>, since algorithms can be expressed more concisely as <a href="Source_code" title="Source code">source code</a> in such <a href="Programming_language" title="Programming language">languages</a>. Often <a href="Pseudo-code" class="mw-redirect" title="Pseudo-code">pseudo-code</a> is used, which uses the common idioms of such languages without strictly adhering to the details of a particular one. Also, flowcharts are not well-suited for new programming techniques such as <a href="Recursion_(computer_science)" title="Recursion (computer science)">recursive programming</a>.
</p><p>Nevertheless, flowcharts were still used in the early 21st century for describing <a href="Computer_algorithm" class="mw-redirect" title="Computer algorithm">computer algorithms</a>.<sup id="cite_ref-9" class="reference"><a href="#cite_note-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup> Some techniques such as <a href="Unified_Modeling_Language" title="Unified Modeling Language">UML</a> <a href="Activity_diagram" title="Activity diagram">activity diagrams</a> and <a href="DRAKON" title="DRAKON">Drakon-charts</a> can be considered to be extensions of the flowchart.
</p>
<div class="mw-heading mw-heading2"><h2 id="Types">Types</h2></div>
<p>Sterneckert (2003) suggested that flowcharts can be modeled from the perspective of different user groups (such as managers, system analysts and clerks), and that there are four general types:<sup id="cite_ref-Ster03_10-0" class="reference"><a href="#cite_note-Ster03-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup>
</p>
<ul><li><i>Document flowcharts</i>, showing controls over a document-flow through a system</li>
<li><i>Data flowcharts</i>, showing controls over a data-flow in a system</li>
<li><i>System flowcharts</i>, showing controls at a physical or resource level</li>
<li><i>Program flowchart</i>, showing the controls in a program within a system</li></ul>
<p>Notice that every type of flowchart focuses on some kind of control, rather than on the particular flow itself.<sup id="cite_ref-Ster03_10-1" class="reference"><a href="#cite_note-Ster03-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup>
</p><p>However, there are some different classifications. For example, Andrew Veronis (1978) named three basic types of flowcharts: the <i>system flowchart</i>, the <i>general flowchart</i>, and the <i>detailed flowchart</i>.<sup id="cite_ref-11" class="reference"><a href="#cite_note-11"><span class="cite-bracket">[</span>11<span class="cite-bracket">]</span></a></sup> That same year Marilyn Bohl (1978) stated "in practice, two kinds of flowcharts are used in solution planning: <i>system flowcharts</i> and <i>program flowcharts</i>...".<sup id="cite_ref-12" class="reference"><a href="#cite_note-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup> More recently, Mark A. Fryman (2001) identified more differences: "Decision flowcharts, logic flowcharts, systems flowcharts, product flowcharts, and process flowcharts are just a few of the different types of flowcharts that are used in business and government".<sup id="cite_ref-13" class="reference"><a href="#cite_note-13"><span class="cite-bracket">[</span>13<span class="cite-bracket">]</span></a></sup>
</p><p>In addition, many diagram techniques are similar to flowcharts but carry a different name, such as <a href="Unified_Modeling_Language" title="Unified Modeling Language">UML</a> <a href="Activity_diagram" title="Activity diagram">activity diagrams</a>.
</p><p>Reversible flowcharts<sup id="cite_ref-14" class="reference"><a href="#cite_note-14"><span class="cite-bracket">[</span>14<span class="cite-bracket">]</span></a></sup> represent a paradigm in computing that focuses on the reversibility of computational processes. Unlike traditional computing models, where operations are often irreversible, reversible flowcharts ensure that any atomic computational step can be reversed. Reversible flowcharts are shown to be as expressive as reversible Turing machines, and are a theoretical foundation for <a href="Janus_(time-reversible_computing_programming_language)" title="Janus (time-reversible computing programming language)">structured reversible programming</a> and energy-efficient reversible computing systems.<sup id="cite_ref-15" class="reference"><a href="#cite_note-15"><span class="cite-bracket">[</span>15<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Building_blocks">Building blocks</h2></div>
<div class="mw-heading mw-heading3"><h3 id="Common_symbols">Common symbols</h3></div>
<p>The <a href="American_National_Standards_Institute" title="American National Standards Institute">American National Standards Institute</a> (ANSI) set standards for flowcharts and their symbols in the 1960s.<sup id="cite_ref-ShellyVermaat2011_16-0" class="reference"><a href="#cite_note-ShellyVermaat2011-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup> The <a href="International_Organization_for_Standardization" title="International Organization for Standardization">International Organization for Standardization</a> (ISO) adopted the ANSI symbols in 1970.<sup id="cite_ref-Myler1998_17-0" class="reference"><a href="#cite_note-Myler1998-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup> The current standard, <b>ISO 5807</b>, was published in 1985 and last reviewed in 2019.<sup id="cite_ref-18" class="reference"><a href="#cite_note-18"><span class="cite-bracket">[</span>18<span class="cite-bracket">]</span></a></sup> Generally, flowcharts flow from top to bottom and left to right.<sup id="cite_ref-IBM1970_19-0" class="reference"><a href="#cite_note-IBM1970-19"><span class="cite-bracket">[</span>19<span class="cite-bracket">]</span></a></sup>
</p>
<table class="wikitable">
<tbody><tr>
<th>ANSI/ISO Shape
</th>
<th>Name
</th>
<th>Description
</th></tr>
<tr>
<td style="text-align: center;"><span typeof="mw:File"></span>
</td>
<td style="text-align: center;">Flowline (arrowhead)<sup id="cite_ref-Myler1998_17-1" class="reference"><a href="#cite_note-Myler1998-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup>
</td>
<td>Shows the process's order of operation. A line coming from one symbol and pointing at another.<sup id="cite_ref-ShellyVermaat2011_16-1" class="reference"><a href="#cite_note-ShellyVermaat2011-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup> Arrowheads are added if the flow is not the standard top-to-bottom, left-to right.<sup id="cite_ref-Myler1998_17-2" class="reference"><a href="#cite_note-Myler1998-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup>
</td></tr>
<tr>
<td style="text-align: center;"><span typeof="mw:File"></span>
</td>
<td style="text-align: center;">Terminal<sup id="cite_ref-ShellyVermaat2011_16-2" class="reference"><a href="#cite_note-ShellyVermaat2011-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup>
</td>
<td>Indicates the beginning and ending of a program or sub-process. Represented as a <a href="Stadium_(geometry)" title="Stadium (geometry)">stadium</a>,<sup id="cite_ref-ShellyVermaat2011_16-3" class="reference"><a href="#cite_note-ShellyVermaat2011-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup> oval or rounded (fillet) rectangle. They usually contain the word "Start" or "End", or another phrase signaling the start or end of a process, such as "submit inquiry" or "receive product".
</td></tr>
<tr>
<td style="text-align: center;"><span typeof="mw:File"></span>
</td>
<td style="text-align: center;">Process<sup id="cite_ref-Myler1998_17-3" class="reference"><a href="#cite_note-Myler1998-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup>
</td>
<td>Represents a set of operations that changes value, form, or location of data. Represented as a <a href="Rectangle" title="Rectangle">rectangle</a>.<sup id="cite_ref-Myler1998_17-4" class="reference"><a href="#cite_note-Myler1998-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup>
</td></tr>
<tr>
<td style="text-align: center;"><span typeof="mw:File"></span>
</td>
<td style="text-align: center;">Decision<sup id="cite_ref-Myler1998_17-5" class="reference"><a href="#cite_note-Myler1998-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup>
</td>
<td>Shows a conditional operation that determines which one of the two paths the program will take.<sup id="cite_ref-ShellyVermaat2011_16-4" class="reference"><a href="#cite_note-ShellyVermaat2011-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup> The operation is commonly a yes/no question or true/false test. Represented as a diamond (<a href="Rhombus" title="Rhombus">rhombus</a>).<sup id="cite_ref-Myler1998_17-6" class="reference"><a href="#cite_note-Myler1998-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup>
</td></tr>
<tr>
<td style="text-align: center;"><span typeof="mw:File"></span>
</td>
<td style="text-align: center;">Input/output<sup id="cite_ref-Myler1998_17-7" class="reference"><a href="#cite_note-Myler1998-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup>
</td>
<td>Indicates the process of inputting and outputting data,<sup id="cite_ref-Myler1998_17-8" class="reference"><a href="#cite_note-Myler1998-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup> as in entering data or displaying results. Represented as a <a href="Rhomboid" title="Rhomboid">rhomboid</a>.<sup id="cite_ref-ShellyVermaat2011_16-5" class="reference"><a href="#cite_note-ShellyVermaat2011-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup>
</td></tr>
<tr>
<td style="text-align: center;"><span typeof="mw:File"></span>
</td>
<td style="text-align: center;">Annotation<sup id="cite_ref-ShellyVermaat2011_16-6" class="reference"><a href="#cite_note-ShellyVermaat2011-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup> (comment)<sup id="cite_ref-Myler1998_17-9" class="reference"><a href="#cite_note-Myler1998-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup>
</td>
<td>Indicating additional information about a step in the program. Represented as an open rectangle with a dashed or solid line connecting it to the corresponding symbol in the flowchart.<sup id="cite_ref-Myler1998_17-10" class="reference"><a href="#cite_note-Myler1998-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup>
</td></tr>
<tr>
<td style="text-align: center;"><span typeof="mw:File"></span>
</td>
<td style="text-align: center;">Predefined process<sup id="cite_ref-ShellyVermaat2011_16-7" class="reference"><a href="#cite_note-ShellyVermaat2011-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup>
</td>
<td>Shows named process which is defined elsewhere. Represented as a rectangle with double-struck vertical edges.<sup id="cite_ref-ShellyVermaat2011_16-8" class="reference"><a href="#cite_note-ShellyVermaat2011-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup>
</td></tr>
<tr>
<td style="text-align: center;"><span typeof="mw:File"></span>
</td>
<td style="text-align: center;">On-page connector<sup id="cite_ref-ShellyVermaat2011_16-9" class="reference"><a href="#cite_note-ShellyVermaat2011-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup>
</td>
<td>Pairs of labeled connectors replace long or confusing lines on a flowchart page. Represented by a small circle with a letter inside.<sup id="cite_ref-ShellyVermaat2011_16-10" class="reference"><a href="#cite_note-ShellyVermaat2011-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-RFF_20-0" class="reference"><a href="#cite_note-RFF-20"><span class="cite-bracket">[</span>20<span class="cite-bracket">]</span></a></sup>
</td></tr>
<tr>
<td style="text-align: center;"><span typeof="mw:File"></span>
</td>
<td style="text-align: center;">Off-page connector<sup id="cite_ref-ShellyVermaat2011_16-11" class="reference"><a href="#cite_note-ShellyVermaat2011-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup>
</td>
<td>A labeled connector for use when the target is on another page. Represented as a <a href="Baseball_field#Home_base" title="Baseball field">home plate</a>-shaped <a href="Pentagon" title="Pentagon">pentagon</a>.<sup id="cite_ref-ShellyVermaat2011_16-12" class="reference"><a href="#cite_note-ShellyVermaat2011-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-RFF_20-1" class="reference"><a href="#cite_note-RFF-20"><span class="cite-bracket">[</span>20<span class="cite-bracket">]</span></a></sup>
</td></tr></tbody></table>
<div class="mw-heading mw-heading3"><h3 id="Other_symbols">Other symbols</h3></div>
<p>The ANSI/ISO standards include symbols beyond the basic shapes. Some are:<sup id="cite_ref-IBM1970_19-1" class="reference"><a href="#cite_note-IBM1970-19"><span class="cite-bracket">[</span>19<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-RFF_20-2" class="reference"><a href="#cite_note-RFF-20"><span class="cite-bracket">[</span>20<span class="cite-bracket">]</span></a></sup>
</p>
<table class="wikitable">
<tbody><tr>
<th>Shape
</th>
<th>Name
</th>
<th>Description
</th></tr>
<tr>
<td style="text-align: center;"><span typeof="mw:File"></span>
</td>
<td style="text-align: center;">Data File or Database
</td>
<td>Data represented by a <a href="Cylinder" title="Cylinder">cylinder</a> symbolizing a disk drive.
</td></tr>
<tr>
<td style="text-align: center;"><span typeof="mw:File"></span>
</td>
<td rowspan="2" style="text-align: center;">Document
</td>
<td>Single documents represented as a <a href="Rectangle" title="Rectangle">rectangle</a> with a wavy base.
</td></tr>
<tr>
<td style="text-align: center;"><span typeof="mw:File"></span>
</td>
<td>Multiple documents represented as a stack of rectangles with wavy bases.
</td></tr>
<tr>
<td style="text-align: center;"><span typeof="mw:File"></span>
</td>
<td style="text-align: center;">Manual operation
</td>
<td>Represented by a <a href="Trapezoid" title="Trapezoid">trapezoid</a> with the longest parallel side at the top, to represent an operation or adjustment to process that can only be made manually.
</td></tr>
<tr>
<td><span typeof="mw:File"></span>
</td>
<td style="text-align: center;">Manual input
</td>
<td>Represented by <a href="Quadrilateral" title="Quadrilateral">quadrilateral</a>, with the top irregularly sloping up from left to right, like the side view of a <a href="Computer_keyboard" title="Computer keyboard">keyboard</a>.
</td></tr>
<tr>
<td style="text-align: center;"><span typeof="mw:File"></span>
</td>
<td style="text-align: center;">Preparation or Initialization
</td>
<td>Represented by an elongated <a href="Hexagon" title="Hexagon">hexagon</a>, originally used for steps like setting a switch or initializing a routine.
</td></tr></tbody></table>
<div class="mw-heading mw-heading3"><h3 id="Parallel_processing">Parallel processing</h3></div>
<ul><li><i><a href="Parallel_computing" title="Parallel computing">Parallel Mode</a></i> is represented by two horizontal lines at the beginning or ending of simultaneous operations<sup id="cite_ref-IBM1970_19-2" class="reference"><a href="#cite_note-IBM1970-19"><span class="cite-bracket">[</span>19<span class="cite-bracket">]</span></a></sup></li></ul>
<p>For <a href="Parallel_computing" title="Parallel computing">parallel</a> and <a href="Concurrent_computing" title="Concurrent computing">concurrent</a> processing the <i>Parallel Mode</i> horizontal lines<sup id="cite_ref-Valvano2011_21-0" class="reference"><a href="#cite_note-Valvano2011-21"><span class="cite-bracket">[</span>21<span class="cite-bracket">]</span></a></sup> or a horizontal bar<sup id="cite_ref-Nakatsu2009_22-0" class="reference"><a href="#cite_note-Nakatsu2009-22"><span class="cite-bracket">[</span>22<span class="cite-bracket">]</span></a></sup> indicate the start or end of a section of processes that can be done independently:
</p>
<ul><li>At a <i><a href="Fork%E2%80%93join_model" title="Fork–join model">fork</a></i>, the process creates one or more additional processes, indicated by a bar with one incoming path and two or more outgoing paths.</li>
<li>At a <i>join</i>, two or more processes continue as a single process, indicated by a bar with several incoming paths and one outgoing path. All processes must complete before the single process continues.<sup id="cite_ref-Nakatsu2009_22-1" class="reference"><a href="#cite_note-Nakatsu2009-22"><span class="cite-bracket">[</span>22<span class="cite-bracket">]</span></a></sup></li></ul>
<div class="mw-heading mw-heading2"><h2 id="Diagramming_software">Diagramming software</h2></div>
<p>Any drawing program can be used to create flowchart diagrams, but these will have no underlying data model to share data with databases or other programs such as <a href="Project_management" title="Project management">project management</a> systems or <a href="Spreadsheet" title="Spreadsheet">spreadsheet</a>. Many software packages exist that can create flowcharts automatically, either directly from a programming language source code, or from a flowchart description language.
</p><p>There are several applications and <a href="Visual_programming_languages" class="mw-redirect" title="Visual programming languages">visual programming languages</a><sup id="cite_ref-23" class="reference"><a href="#cite_note-23"><span class="cite-bracket">[</span>23<span class="cite-bracket">]</span></a></sup> that use flowcharts to represent and execute programs. Generally these are used as teaching tools for beginner students.
</p>
<div class="mw-heading mw-heading2"><h2 id="See_also">See also</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1216972533">
/* start https://en.wikipedia.org/ */
.mw-parser-output .col-begin{border-collapse:collapse;padding:0;color:inherit;width:100%;border:0;margin:0}.mw-parser-output .col-begin-small{font-size:90%}.mw-parser-output .col-break{vertical-align:top;text-align:left}.mw-parser-output .col-break-2{width:50%}.mw-parser-output .col-break-3{width:33.3%}.mw-parser-output .col-break-4{width:25%}.mw-parser-output .col-break-5{width:20%}@media(max-width:720px){.mw-parser-output .col-begin,.mw-parser-output .col-begin>tbody,.mw-parser-output .col-begin>tbody>tr,.mw-parser-output .col-begin>tbody>tr>td{display:block!important;width:100%!important}.mw-parser-output .col-break{padding-left:0!important}}
/* end https://en.wikipedia.org/ */
</style><div>
<table class="col-begin" role="presentation">
<tbody><tr>
<td class="col-break">
<div class="mw-heading mw-heading3"><h3 id="Related_diagrams">Related diagrams</h3></div>
<ul><li><a href="Activity_diagram" title="Activity diagram">Activity diagram</a></li>
<li><a href="Control-flow_diagram" title="Control-flow diagram">Control-flow diagram</a></li>
<li><a href="Control-flow_graph" title="Control-flow graph">Control-flow graph</a></li>
<li><a href="Data_flow_diagram" class="mw-redirect" title="Data flow diagram">Data flow diagram</a></li>
<li><a href="Deployment_flowchart" title="Deployment flowchart">Deployment flowchart</a></li>
<li><a href="DRAKON" title="DRAKON">Drakon-chart</a></li>
<li><a href="Flow_map" title="Flow map">Flow map</a></li>
<li><a href="Functional_flow_block_diagram" title="Functional flow block diagram">Functional flow block diagram</a></li>
<li><a href="Nassi%E2%80%93Shneiderman_diagram" title="Nassi–Shneiderman diagram">Nassi–Shneiderman diagram</a></li>
<li><a href="State_diagram" title="State diagram">State diagram</a></li>
<li><a href="Swimlane" title="Swimlane">Swimlane</a></li>
<li><a href="Warnier/Orr_diagram" title="Warnier/Orr diagram">Warnier/Orr diagram</a></li>
<li><a href="Why-because_analysis" class="mw-redirect" title="Why-because analysis">Why-because analysis</a></li></ul>
</td>
<td class="col-break">
<div class="mw-heading mw-heading3"><h3 id="Related_subjects">Related subjects</h3></div>
<ul><li><a href="Augmented_transition_network" title="Augmented transition network">Augmented transition network</a></li>
<li><a href="Business_process_mapping" title="Business process mapping">Business process mapping</a></li>
<li><a href="Data_and_information_visualization" title="Data and information visualization">Data and information visualization</a></li>
<li><a href="Interactive_EasyFlow" title="Interactive EasyFlow">Interactive EasyFlow</a></li>
<li><a href="Process_architecture" title="Process architecture">Process architecture</a></li>
<li><a href="Pseudocode" title="Pseudocode">Pseudocode</a></li>
<li><a href="Recursive_transition_network" title="Recursive transition network">Recursive transition network</a></li>
<li><a href="Unified_Modeling_Language" title="Unified Modeling Language">Unified Modeling Language</a> (UML)</li>
<li><a href="Workflow" title="Workflow">Workflow</a></li></ul>
<p>
</p>
</td></tr></tbody></table></div>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */
.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}
/* end https://en.wikipedia.org/ */
</style><div class="reflist reflist-columns references-column-width reflist-columns-2">
<ol class="references">
<li id="cite_note-SSEV-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-SSEV_1-0">^</a></b></span> <span class="reference-text"><a rel="nofollow" class="external text" href="http://pascal.computer.org/sev_display/index.action">SEVOCAB: Software Systems Engineering Vocabulary</a>. Term: <i>Flow chart</i>. Retrieved 31 July 2008.</span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"> <style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */
.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}
/* end https://en.wikipedia.org/ */
</style><cite id="CITEREFGilbrethGilbreth1921" class="citation web cs1">Gilbreth, Frank Bunker; Gilbreth, Lillian Moller (1921). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20150509222833/https://engineering.purdue.edu/IE/GilbrethLibrary/gilbrethproject/processcharts.pdf">"Process Charts"</a> <span class="cs1-format">(PDF)</span>. Archived from <a rel="nofollow" class="external text" href="https://engineering.purdue.edu/IE/GilbrethLibrary/gilbrethproject/processcharts.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 2015-05-09<span class="reference-accessdate">. Retrieved <span class="nowrap">2016-05-06</span></span>.</cite>. American Society of Mechanical Engineers.</span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite id="CITEREFGraham1996" class="citation web cs1">Graham, Ben S. Jr. (10 June 1996). <a rel="nofollow" class="external text" href="http://www.worksimp.com/articles/keynoteworkflowcanada.htm">"People come first"</a>. <i>Keynote Address at Workflow Canada</i>.</cite></span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text">American Society of Mechanical Engineers (1947) <i>ASME standard; operation and flow process charts</i>. New York, 1947. (<a rel="nofollow" class="external text" href="http://catalog.hathitrust.org/Record/005735891">online version</a>)</span>
</li>
<li id="cite_note-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-5">^</a></b></span> <span class="reference-text"><cite id="CITEREFHartree1949" class="citation book cs1"><a href="Douglas_Rayner_Hartree" class="mw-redirect" title="Douglas Rayner Hartree">Hartree, Douglas</a> (1949). <a rel="nofollow" class="external text" href="https://archive.org/stream/calculatinginstr00doug#page/112/mode/2up"><i>Calculating Instruments and Machines</i></a>. The University of Illinois Press. p. 112.</cite></span>
</li>
<li id="cite_note-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-6">^</a></b></span> <span class="reference-text"><cite id="CITEREFBashe1986" class="citation book cs1">Bashe, Charles (1986). <span class="id-lock-registration" title="Free registration required"><a rel="nofollow" class="external text" href="https://archive.org/details/ibmsearlycompute00bash"><i>IBM's Early Computers</i></a></span>. The MIT Press. p. <a rel="nofollow" class="external text" href="https://archive.org/details/ibmsearlycompute00bash/page/327">327</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>9780262022255</bdi>.</cite></span>
</li>
<li id="cite_note-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-7">^</a></b></span> <span class="reference-text"><cite id="CITEREFGoldstine1972" class="citation book cs1"><a href="Herman_H._Goldstine" class="mw-redirect" title="Herman H. Goldstine">Goldstine, Herman</a> (1972). <span class="id-lock-registration" title="Free registration required"><a rel="nofollow" class="external text" href="https://archive.org/details/computerfrompasc00herm/page/266"><i>The Computer from Pascal to Von Neumann</i></a></span>. Princeton University Press. pp. <a rel="nofollow" class="external text" href="https://archive.org/details/computerfrompasc00herm/page/266">266–267</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>0-691-08104-2</bdi>.</cite></span>
</li>
<li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text"><cite id="CITEREFTaub1963" class="citation book cs1"><a href="Abraham_Haskel_Taub" class="mw-redirect" title="Abraham Haskel Taub">Taub, Abraham</a> (1963). <i>John von Neumann Collected Works</i>. Vol. 5. Macmillan. pp. <span class="nowrap">80–</span>151.</cite></span>
</li>
<li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text">Bohl, Rynn: "Tools for Structured and Object-Oriented Design", Prentice Hall, 2007.</span>
</li>
<li id="cite_note-Ster03-10"><span class="mw-cite-backlink">^ <a href="#cite_ref-Ster03_10-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Ster03_10-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text">Alan B. Sterneckert (2003) <i>Critical Incident Management</i>. <a rel="nofollow" class="external text" href="https://books.google.com/books?id=8z93xStbEpAC&pg=PA126">p. 126</a></span>
</li>
<li id="cite_note-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-11">^</a></b></span> <span class="reference-text">Andrew Veronis (1978) <i>Microprocessors: Design and Applications</i>. <a rel="nofollow" class="external text" href="https://books.google.com/books?id=GZ9QAAAAMAAJ&q=%22three+basic+types+of+flowcharts+%28ie,+the+system+flowchart,+the+general+flowchart,+and+the+detailed+flowchart%29.%22">p. 111</a></span>
</li>
<li id="cite_note-12"><span class="mw-cite-backlink"><b><a href="#cite_ref-12">^</a></b></span> <span class="reference-text">Marilyn Bohl (1978) <i>A Guide for Programmers</i>. p. 65.</span>
</li>
<li id="cite_note-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-13">^</a></b></span> <span class="reference-text">Mark A. Fryman (2001) <i>Quality and Process Improvement</i>. <a rel="nofollow" class="external text" href="https://books.google.com/books?id=M-_B7czAy0kC&pg=PA169">p. 169</a>.</span>
</li>
<li id="cite_note-14"><span class="mw-cite-backlink"><b><a href="#cite_ref-14">^</a></b></span> <span class="reference-text"><cite id="CITEREFYokoyamaAxelsenGlück2016" class="citation journal cs1">Yokoyama, Tetsuo; Axelsen, Holger Bock; Glück, Robert (January 2016). <a rel="nofollow" class="external text" href="https://doi.org/10.1016%2Fj.tcs.2015.07.046">"Fundamentals of reversible flowchart languages"</a>. <i>Theoretical Computer Science</i>. <b>611</b>: <span class="nowrap">87–</span>115. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1016%2Fj.tcs.2015.07.046">10.1016/j.tcs.2015.07.046</a></span>.</cite></span>
</li>
<li id="cite_note-15"><span class="mw-cite-backlink"><b><a href="#cite_ref-15">^</a></b></span> <span class="reference-text"><cite id="CITEREFKrakovsky2021" class="citation journal cs1">Krakovsky, Marina (June 2021). <a rel="nofollow" class="external text" href="https://doi.org/10.1145%2F3460214">"Taking the heat"</a>. <i>Communications of the ACM</i>. <b>64</b> (6): <span class="nowrap">18–</span>20. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1145%2F3460214">10.1145/3460214</a></span>.</cite></span>
</li>
<li id="cite_note-ShellyVermaat2011-16"><span class="mw-cite-backlink">^ <a href="#cite_ref-ShellyVermaat2011_16-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ShellyVermaat2011_16-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-ShellyVermaat2011_16-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-ShellyVermaat2011_16-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-ShellyVermaat2011_16-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-ShellyVermaat2011_16-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-ShellyVermaat2011_16-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-ShellyVermaat2011_16-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-ShellyVermaat2011_16-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-ShellyVermaat2011_16-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-ShellyVermaat2011_16-10"><sup><i><b>k</b></i></sup></a> <a href="#cite_ref-ShellyVermaat2011_16-11"><sup><i><b>l</b></i></sup></a> <a href="#cite_ref-ShellyVermaat2011_16-12"><sup><i><b>m</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFGary_B._ShellyMisty_E._Vermaat2011" class="citation book cs1">Gary B. Shelly; Misty E. Vermaat (2011). <span class="id-lock-limited" title="Free access subject to limited trial, subscription normally required"><a rel="nofollow" class="external text" href="https://archive.org/details/discoveringcompu00shel_187"><i>Discovering Computers, Complete: Your Interactive Guide to the Digital World</i></a></span>. Cengage Learning. pp. <a rel="nofollow" class="external text" href="https://archive.org/details/discoveringcompu00shel_187/page/n716">691</a>–693. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-1-111-53032-7</bdi>.</cite></span>
</li>
<li id="cite_note-Myler1998-17"><span class="mw-cite-backlink">^ <a href="#cite_ref-Myler1998_17-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Myler1998_17-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-Myler1998_17-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-Myler1998_17-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-Myler1998_17-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-Myler1998_17-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-Myler1998_17-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-Myler1998_17-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-Myler1998_17-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-Myler1998_17-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-Myler1998_17-10"><sup><i><b>k</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFHarley_R._Myler1998" class="citation book cs1">Harley R. Myler (1998). <a rel="nofollow" class="external text" href="https://books.google.com/books?id=IisfMsdBe2IC&pg=PA32">"2.3 Flowcharts"</a>. <i>Fundamentals of Engineering Programming with C and Fortran</i>. Cambridge University Press. pp. <span class="nowrap">32–</span>36. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-0-521-62950-8</bdi>.</cite></span>
</li>
<li id="cite_note-18"><span class="mw-cite-backlink"><b><a href="#cite_ref-18">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.iso.org/standard/11955.html">"ISO 5807:1985: Information processing — Documentation symbols and conventions for data, program and system flowcharts, program network charts and system resources charts"</a>. International Organization for Standardization. February 1985<span class="reference-accessdate">. Retrieved <span class="nowrap">23 July</span> 2017</span>.</cite></span>
</li>
<li id="cite_note-IBM1970-19"><span class="mw-cite-backlink">^ <a href="#cite_ref-IBM1970_19-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-IBM1970_19-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-IBM1970_19-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><cite class="citation book cs1"><a rel="nofollow" class="external text" href="https://fulmanski.pl/zajecia/wdi/zajecia_20142015/materialy/IBM-FlowchartingTechniques-GC20-8152-1.pdf"><i>Flowcharting Techniques GC20-8152-1</i></a> <span class="cs1-format">(PDF)</span>. IBM. March 1970. p. 10. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20211015061455/https://fulmanski.pl/zajecia/wdi/zajecia_20142015/materialy/IBM-FlowchartingTechniques-GC20-8152-1.pdf">Archived</a> <span class="cs1-format">(PDF)</span> from the original on 2021-10-15.</cite></span>
</li>
<li id="cite_note-RFF-20"><span class="mw-cite-backlink">^ <a href="#cite_ref-RFF_20-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-RFF_20-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-RFF_20-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.rff.com/flowchart_shapes.php">"What do the different flowchart shapes mean?"</a>. RFF Electronics<span class="reference-accessdate">. Retrieved <span class="nowrap">23 July</span> 2017</span>.</cite></span>
</li>
<li id="cite_note-Valvano2011-21"><span class="mw-cite-backlink"><b><a href="#cite_ref-Valvano2011_21-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFJonathan_W._Valvano2011" class="citation book cs1">Jonathan W. Valvano (2011). <i>Embedded Microcomputer Systems: Real Time Interfacing</i>. Cengage Learning. pp. <span class="nowrap">131–</span>132. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-1-111-42625-5</bdi>.</cite></span>
</li>
<li id="cite_note-Nakatsu2009-22"><span class="mw-cite-backlink">^ <a href="#cite_ref-Nakatsu2009_22-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Nakatsu2009_22-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFRobbie_T._Nakatsu2009" class="citation book cs1">Robbie T. Nakatsu (2009). <i>Reasoning with Diagrams: Decision-Making and Problem-Solving with Diagrams</i>. John Wiley & Sons. pp. <span class="nowrap">68–</span>69. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>978-0-470-40072-2</bdi>.</cite></span>
</li>
<li id="cite_note-23"><span class="mw-cite-backlink"><b><a href="#cite_ref-23">^</a></b></span> <span class="reference-text">Myers, Brad A. "<a rel="nofollow" class="external text" href="https://www.cs.cmu.edu/~bam/papers/chi86vltax.pdf">Visual programming, programming by example, and program visualization: a taxonomy.</a>" ACM SIGCHI Bulletin. Vol. 17. No. 4. ACM, 1986.</span>
</li>
</ol></div>
<div class="mw-heading mw-heading2"><h2 id="Further_reading">Further reading</h2></div>
<ul><li><cite id="CITEREFISO_58071985" class="citation book cs1">ISO 5807 (1985). <a rel="nofollow" class="external text" href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=11955"><i>Information processing – Documentation symbols and conventions for data, program and system flowcharts, program network charts and system resources charts</i></a>. International Organization for Standardization.</cite><span class="cs1-maint citation-comment"><code class="cs1-code">{{cite book}}</code>: CS1 maint: numeric names: authors list (link)</span></li>
<li><a href="ISO_10628" title="ISO 10628">ISO 10628</a>: Diagrams for the chemical and petrochemical industry</li>
<li><a rel="nofollow" class="external text" href="http://www.ecma-international.org/publications/files/ECMA-ST-WITHDRAWN/ECMA-4,%202nd%20Edition,%20September%201966.pdf">ECMA 4: Flowcharts</a> (withdrawn – <a rel="nofollow" class="external text" href="http://www.ecma-international.org/publications/standards/Standardwithdrawn.htm">list</a> of withdrawn standards)</li>
<li><a href="Schultheiss%2C_Louis_A." class="mw-redirect" title="Schultheiss, Louis A.">Schultheiss, Louis A.</a>, and Edward M. Heiliger. "<a rel="nofollow" class="external text" href="https://www.ideals.illinois.edu/bitstream/handle/2142/743/1963Schultheiss.pdf?sequence=2">Techniques of flow-charting</a> <a rel="nofollow" class="external text" href="https://web.archive.org/web/20210714184641/https://www.ideals.illinois.edu/bitstream/handle/2142/743/1963Schultheiss.pdf?sequence=2">Archived</a> 2021-07-14 at the <a href="Wayback_Machine" title="Wayback Machine">Wayback Machine</a>." (1963); with introduction by Edward Heiliger.</li></ul>
<div class="mw-heading mw-heading2"><h2 id="External_links">External links</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1290876196">
/* start https://en.wikipedia.org/ */
.mw-parser-output .side-box{margin:4px 0;box-sizing:border-box;border:1px solid #aaa;font-size:88%;line-height:1.25em;background-color:var(--background-color-interactive-subtle,#f8f9fa);display:flow-root}.mw-parser-output .infobox .side-box{font-size:100%}.mw-parser-output .side-box-abovebelow,.mw-parser-output .side-box-text{padding:0.25em 0.9em}.mw-parser-output .side-box-image{padding:2px 0 2px 0.9em;text-align:center}.mw-parser-output .side-box-imageright{padding:2px 0.9em 2px 0;text-align:center}@media(min-width:500px){.mw-parser-output .side-box-flex{display:flex;align-items:center}.mw-parser-output .side-box-text{flex:1;min-width:0}}@media(min-width:720px){.mw-parser-output .side-box{width:238px}.mw-parser-output .side-box-right{clear:right;float:right;margin-left:1em}.mw-parser-output .side-box-left{margin-right:1em}}
/* end https://en.wikipedia.org/ */
</style><style data-mw-deduplicate="TemplateStyles:r1237033735">
/* start https://en.wikipedia.org/ */
@media print{body.ns-0 .mw-parser-output .sistersitebox{display:none!important}}@media screen{html.skin-theme-clientpref-night .mw-parser-output .sistersitebox img[src*="Wiktionary-logo-en-v2.svg"]{background-color:white}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .sistersitebox img[src*="Wiktionary-logo-en-v2.svg"]{background-color:white}}
/* end https://en.wikipedia.org/ */
</style><div class="side-box side-box-right sistersitebox"><style data-mw-deduplicate="TemplateStyles:r1126788409">
/* start https://en.wikipedia.org/ */
.mw-parser-output .plainlist ol,.mw-parser-output .plainlist ul{line-height:inherit;list-style:none;margin:0;padding:0}.mw-parser-output .plainlist ol li,.mw-parser-output .plainlist ul li{margin-bottom:0}
/* end https://en.wikipedia.org/ */
</style>
<div class="side-box-flex">
<div class="side-box-image"><span class="noviewer" typeof="mw:File"></span></div>
<div class="side-box-text plainlist">Wikimedia Commons has media related to <a href="https://commons.wikimedia.org/wiki/Flow_chart" class="extiw external" title="commons:Flow chart"><span style="font-style:italic; font-weight:bold;">Flow chart</span></a>.</div></div>
</div>
<ul><li><a rel="nofollow" class="external text" href="https://web.archive.org/web/20120402204237/http://www.fh-jena.de/~kleine/history/software/IBM-FlowchartingTechniques-GC20-8152-1.pdf"><i>Flowcharting Techniques</i></a>: An IBM manual from 1969 (5 MB; PDF)</li></ul>
<div class="navbox-styles"><style data-mw-deduplicate="TemplateStyles:r1129693374">
/* start https://en.wikipedia.org/ */
.mw-parser-output .hlist dl,.mw-parser-output .hlist ol,.mw-parser-output .hlist ul{margin:0;padding:0}.mw-parser-output .hlist dd,.mw-parser-output .hlist dt,.mw-parser-output .hlist li{margin:0;display:inline}.mw-parser-output .hlist.inline,.mw-parser-output .hlist.inline dl,.mw-parser-output .hlist.inline ol,.mw-parser-output .hlist.inline ul,.mw-parser-output .hlist dl dl,.mw-parser-output .hlist dl ol,.mw-parser-output .hlist dl ul,.mw-parser-output .hlist ol dl,.mw-parser-output .hlist ol ol,.mw-parser-output .hlist ol ul,.mw-parser-output .hlist ul dl,.mw-parser-output .hlist ul ol,.mw-parser-output .hlist ul ul{display:inline}.mw-parser-output .hlist .mw-empty-li{display:none}.mw-parser-output .hlist dt::after{content:": "}.mw-parser-output .hlist dd::after,.mw-parser-output .hlist li::after{content:" · ";font-weight:bold}.mw-parser-output .hlist dd:last-child::after,.mw-parser-output .hlist dt:last-child::after,.mw-parser-output .hlist li:last-child::after{content:none}.mw-parser-output .hlist dd dd:first-child::before,.mw-parser-output .hlist dd dt:first-child::before,.mw-parser-output .hlist dd li:first-child::before,.mw-parser-output .hlist dt dd:first-child::before,.mw-parser-output .hlist dt dt:first-child::before,.mw-parser-output .hlist dt li:first-child::before,.mw-parser-output .hlist li dd:first-child::before,.mw-parser-output .hlist li dt:first-child::before,.mw-parser-output .hlist li li:first-child::before{content:" (";font-weight:normal}.mw-parser-output .hlist dd dd:last-child::after,.mw-parser-output .hlist dd dt:last-child::after,.mw-parser-output .hlist dd li:last-child::after,.mw-parser-output .hlist dt dd:last-child::after,.mw-parser-output .hlist dt dt:last-child::after,.mw-parser-output .hlist dt li:last-child::after,.mw-parser-output .hlist li dd:last-child::after,.mw-parser-output .hlist li dt:last-child::after,.mw-parser-output .hlist li li:last-child::after{content:")";font-weight:normal}.mw-parser-output .hlist ol{counter-reset:listitem}.mw-parser-output .hlist ol>li{counter-increment:listitem}.mw-parser-output .hlist ol>li::before{content:" "counter(listitem)"\a0 "}.mw-parser-output .hlist dd ol>li:first-child::before,.mw-parser-output .hlist dt ol>li:first-child::before,.mw-parser-output .hlist li ol>li:first-child::before{content:" ("counter(listitem)"\a0 "}
/* end https://en.wikipedia.org/ */
</style><style data-mw-deduplicate="TemplateStyles:r1236075235">
/* start https://en.wikipedia.org/ */
.mw-parser-output .navbox{box-sizing:border-box;border:1px solid #a2a9b1;width:100%;clear:both;font-size:88%;text-align:center;padding:1px;margin:1em auto 0}.mw-parser-output .navbox .navbox{margin-top:0}.mw-parser-output .navbox+.navbox,.mw-parser-output .navbox+.navbox-styles+.navbox{margin-top:-1px}.mw-parser-output .navbox-inner,.mw-parser-output .navbox-subgroup{width:100%}.mw-parser-output .navbox-group,.mw-parser-output .navbox-title,.mw-parser-output .navbox-abovebelow{padding:0.25em 1em;line-height:1.5em;text-align:center}.mw-parser-output .navbox-group{white-space:nowrap;text-align:right}.mw-parser-output .navbox,.mw-parser-output .navbox-subgroup{background-color:#fdfdfd}.mw-parser-output .navbox-list{line-height:1.5em;border-color:#fdfdfd}.mw-parser-output .navbox-list-with-group{text-align:left;border-left-width:2px;border-left-style:solid}.mw-parser-output tr+tr>.navbox-abovebelow,.mw-parser-output tr+tr>.navbox-group,.mw-parser-output tr+tr>.navbox-image,.mw-parser-output tr+tr>.navbox-list{border-top:2px solid #fdfdfd}.mw-parser-output .navbox-title{background-color:#ccf}.mw-parser-output .navbox-abovebelow,.mw-parser-output .navbox-group,.mw-parser-output .navbox-subgroup .navbox-title{background-color:#ddf}.mw-parser-output .navbox-subgroup .navbox-group,.mw-parser-output .navbox-subgroup .navbox-abovebelow{background-color:#e6e6ff}.mw-parser-output .navbox-even{background-color:#f7f7f7}.mw-parser-output .navbox-odd{background-color:transparent}.mw-parser-output .navbox .hlist td dl,.mw-parser-output .navbox .hlist td ol,.mw-parser-output .navbox .hlist td ul,.mw-parser-output .navbox td.hlist dl,.mw-parser-output .navbox td.hlist ol,.mw-parser-output .navbox td.hlist ul{padding:0.125em 0}.mw-parser-output .navbox .navbar{display:block;font-size:100%}.mw-parser-output .navbox-title .navbar{float:left;text-align:left;margin-right:0.5em}body.skin--responsive .mw-parser-output .navbox-image img{max-width:none!important}@media print{body.ns-0 .mw-parser-output .navbox{display:none!important}}
/* end https://en.wikipedia.org/ */
</style></div><div role="navigation" class="navbox" aria-labelledby="International_Organization_for_Standardization_(ISO)_standards364" style="padding:3px"><table class="nowraplinks hlist mw-collapsible mw-collapsed navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="2"><style data-mw-deduplicate="TemplateStyles:r1239400231">
/* start https://en.wikipedia.org/ */
.mw-parser-output .navbar{display:inline;font-size:88%;font-weight:normal}.mw-parser-output .navbar-collapse{float:left;text-align:left}.mw-parser-output .navbar-boxtext{word-spacing:0}.mw-parser-output .navbar ul{display:inline-block;white-space:nowrap;line-height:inherit}.mw-parser-output .navbar-brackets::before{margin-right:-0.125em;content:"[ "}.mw-parser-output .navbar-brackets::after{margin-left:-0.125em;content:" ]"}.mw-parser-output .navbar li{word-spacing:-0.125em}.mw-parser-output .navbar a>span,.mw-parser-output .navbar a>abbr{text-decoration:inherit}.mw-parser-output .navbar-mini abbr{font-variant:small-caps;border-bottom:none;text-decoration:none;cursor:inherit}.mw-parser-output .navbar-ct-full{font-size:114%;margin:0 7em}.mw-parser-output .navbar-ct-mini{font-size:114%;margin:0 4em}html.skin-theme-clientpref-night .mw-parser-output .navbar li a abbr{color:var(--color-base)!important}@media(prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .navbar li a abbr{color:var(--color-base)!important}}@media print{.mw-parser-output .navbar{display:none!important}}
/* end https://en.wikipedia.org/ */
</style><div id="International_Organization_for_Standardization_(ISO)_standards364" style="font-size:114%;margin:0 4em"><a href="International_Organization_for_Standardization" title="International Organization for Standardization">International Organization for Standardization</a> (ISO) standards</div></th></tr><tr><td class="navbox-abovebelow" colspan="2"><div>List of <a href="List_of_ISO_standards" title="List of ISO standards">ISO standards</a> – <a href="List_of_ISO_romanizations" title="List of ISO romanizations">ISO romanizations</a> – <a href="List_of_IEC_standards" title="List of IEC standards">IEC standards</a></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">1–9999</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="ISO_1" title="ISO 1">1</a></li>
<li><a href="ISO_2" title="ISO 2">2</a></li>
<li><a href="Renard_series" title="Renard series">3</a></li>
<li><a href="ISO_4" title="ISO 4">4</a></li>
<li><a href="Film_speed" title="Film speed">6</a></li>
<li><a href="British_Standard_Pipe" title="British Standard Pipe">7</a></li>
<li><a href="ISO_9" title="ISO 9">9</a></li>
<li><a href="A440_(pitch_standard)" title="A440 (pitch standard)">16</a></li>
<li><a href="Renard_series" title="Renard series">17</a></li>
<li><a href="ISO_31" title="ISO 31">31</a>
<ul><li><a href="ISO_31-0" title="ISO 31-0">-0</a></li>
<li><a href="ISO_31-1" title="ISO 31-1">-1</a></li>
<li><a href="ISO_31-3" title="ISO 31-3">-3</a></li>
<li><a href="ISO_31-4" title="ISO 31-4">-4</a></li>
<li><a href="ISO_31-5" title="ISO 31-5">-5</a></li>
<li><a href="ISO_31-6" title="ISO 31-6">-6</a></li>
<li><a href="ISO_31-7" title="ISO 31-7">-7</a></li>
<li><a href="ISO_31-8" title="ISO 31-8">-8</a></li>
<li><a href="ISO_31-9" class="mw-redirect" title="ISO 31-9">-9</a></li>
<li><a href="ISO_31-10" title="ISO 31-10">-10</a></li>
<li><a href="ISO_31-11" title="ISO 31-11">-11</a></li>
<li><a href="ISO_31-12" class="mw-redirect" title="ISO 31-12">-12</a></li>
<li><a href="ISO_31-13" class="mw-redirect" title="ISO 31-13">-13</a></li></ul></li>
<li><a href="ISO_metric_screw_thread" title="ISO metric screw thread">68-1</a></li>
<li><a href="ISO_128" title="ISO 128">128</a></li>
<li><a href="ISO_216" title="ISO 216">216</a></li>
<li><a href="ISO_217" title="ISO 217">217</a></li>
<li><a href="Equal-loudness_contour" title="Equal-loudness contour">226</a></li>
<li><a href="British_Standard_Pipe" title="British Standard Pipe">228</a></li>
<li><a href="ISO_233" title="ISO 233">233</a></li>
<li><a href="ISO_259" title="ISO 259">259</a></li>
<li><a href="ISO_metric_screw_thread" title="ISO metric screw thread">261</a></li>
<li><a href="ISO_metric_screw_thread" title="ISO metric screw thread">262</a></li>
<li><a href="Kappa_number" title="Kappa number">302</a></li>
<li><a href="Vicat_softening_point" title="Vicat softening point">306</a></li>
<li><a href="Hazard_symbol#Ionizing_radiation_symbol" title="Hazard symbol">361</a></li>
<li><a href="Power_take-off" title="Power take-off">500</a></li>
<li><a href="Hot_shoe" title="Hot shoe">518</a></li>
<li><a href="Prontor-Compur" title="Prontor-Compur">519</a></li>
<li><a href="ISO_639" title="ISO 639">639</a>
<ul><li><a href="ISO_639-1" title="ISO 639-1">-1</a></li>
<li><a href="ISO_639-2" title="ISO 639-2">-2</a></li>
<li><a href="ISO_639-3" title="ISO 639-3">-3</a></li>
<li><a href="ISO_639-5" title="ISO 639-5">-5</a></li>
<li><a href="ISO_639-6" title="ISO 639-6">-6</a></li></ul></li>
<li><a href="ISO/IEC_646" title="ISO/IEC 646">646</a></li>
<li><a href="ISO_657" title="ISO 657">657</a></li>
<li><a href="ISO_668" title="ISO 668">668</a></li>
<li><a href="ISO_690" title="ISO 690">690</a></li>
<li><a href="ISO_704" title="ISO 704">704</a></li>
<li><a href="ISO_732" title="ISO 732">732</a></li>
<li><a href="Antimagnetic_watch" title="Antimagnetic watch">764</a></li>
<li><a href="Hole_punch" title="Hole punch">838</a></li>
<li><a href="ISO_843" title="ISO 843">843</a></li>
<li><a href="ISO_860" title="ISO 860">860</a></li>
<li><a href="ISO_898" title="ISO 898">898</a></li>
<li><a href="ISO_965" title="ISO 965">965</a></li>
<li><a href="ISO_999" title="ISO 999">999</a></li>
<li><a href="ISO_1000" title="ISO 1000">1000</a></li>
<li><a href="Magnetic_ink_character_recognition" title="Magnetic ink character recognition">1004</a></li>
<li><a href="135_film" title="135 film">1007</a></li>
<li><a href="OCR-A" title="OCR-A">1073-1</a></li>
<li><a href="OCR-B" title="OCR-B">1073-2</a></li>
<li><a href="Longitudinal_redundancy_check" title="Longitudinal redundancy check">1155</a></li>
<li><a href="Shock-resistant_watch#ISO_1413_shock-resistant_standard" title="Shock-resistant watch">1413</a></li>
<li><a href="ALGOL_60" title="ALGOL 60">1538</a></li>
<li><a href="ISO_1629" title="ISO 1629">1629</a></li>
<li><a href="ISO_1745" title="ISO 1745">1745</a></li>
<li><a href="COBOL" title="COBOL">1989</a></li>
<li><a href="ISO_2014" title="ISO 2014">2014</a></li>
<li><a href="ISO_2015" title="ISO 2015">2015</a></li>
<li><a href="ISO/IEC_2022" title="ISO/IEC 2022">2022</a></li>
<li><a href="ISO_2033" title="ISO 2033">2033</a></li>
<li><a href="ISO_2047" title="ISO 2047">2047</a></li>
<li><a href="ISBN" title="ISBN">2108</a></li>
<li><a href="ISO_2145" title="ISO 2145">2145</a></li>
<li><a href="ISO_2146" title="ISO 2146">2146</a></li>
<li><a href="Film_speed" title="Film speed">2240</a></li>
<li><a href="Water_Resistant_mark" title="Water Resistant mark">2281</a></li>
<li><a href="International_Standard_Atmosphere" title="International Standard Atmosphere">2533</a></li>
<li><a href="ISO_2709" title="ISO 2709">2709</a></li>
<li><a href="ISO_2711" title="ISO 2711">2711</a></li>
<li><a href="Film_speed" title="Film speed">2720</a></li>
<li><a href="ISO_2788" title="ISO 2788">2788</a></li>
<li><a href="ISO_2848" title="ISO 2848">2848</a></li>
<li><a href="ISO_2852" title="ISO 2852">2852</a></li>
<li><a href="ISO_2921" title="ISO 2921">2921</a></li>
<li><a href="126_film" title="126 film">3029</a></li>
<li><a href="ISO_3103" title="ISO 3103">3103</a></li>
<li><a href="ISO_3166" title="ISO 3166">3166</a>
<ul><li><a href="ISO_3166-1" title="ISO 3166-1">-1</a></li>
<li><a href="ISO_3166-2" title="ISO 3166-2">-2</a></li>
<li><a href="ISO_3166-3" title="ISO 3166-3">-3</a></li></ul></li>
<li><a href="ISSN" title="ISSN">3297</a></li>
<li><a href="ISO_3307" title="ISO 3307">3307</a></li>
<li><a href="O-ring" title="O-ring">3601</a></li>
<li><a href="Kunrei-shiki_romanization" class="mw-redirect" title="Kunrei-shiki romanization">3602</a></li>
<li><a href="ISO_3864" title="ISO 3864">3864</a></li>
<li><a href="International_Standard_Recording_Code" title="International Standard Recording Code">3901</a></li>
<li><a href="FDI_World_Dental_Federation_notation" title="FDI World Dental Federation notation">3950</a></li>
<li><a href="ISO_3977" title="ISO 3977">3977</a></li>
<li><a href="ISO_4031" title="ISO 4031">4031</a></li>
<li><a href="ISO_4157" class="mw-redirect" title="ISO 4157">4157</a></li>
<li><a href="ISO_4165" title="ISO 4165">4165</a></li>
<li><a href="ISO_4217" title="ISO 4217">4217</a></li>
<li><a href="ISO/IEC_4909" title="ISO/IEC 4909">4909</a></li>
<li><a href="ISO/IEC_5218" title="ISO/IEC 5218">5218</a></li>
<li><a href="ISO_5426" title="ISO 5426">5426</a></li>
<li><a href="ISO_5427" title="ISO 5427">5427</a></li>
<li><a href="ISO_5428" title="ISO 5428">5428</a></li>
<li><a href="Accuracy_and_precision" title="Accuracy and precision">5725</a></li>
<li><a href="ISO_5775" title="ISO 5775">5775</a></li>
<li><a href="ISO_5776" title="ISO 5776">5776</a></li>
<li><a href="Film_speed" title="Film speed">5800</a></li>
<li><a href="ISO_5964" title="ISO 5964">5964</a></li>
<li><a href="International_Securities_Identification_Number" title="International Securities Identification Number">6166</a></li>
<li><a href="ISO_6344" title="ISO 6344">6344</a></li>
<li><a href="ISO_6346" title="ISO 6346">6346</a></li>
<li><a href="Minimal_BASIC" title="Minimal BASIC">6373</a></li>
<li><a href="ISO_6385" title="ISO 6385">6385</a></li>
<li><a href="Water_Resistant_mark" title="Water Resistant mark">6425</a></li>
<li><a href="ANSI_escape_code" title="ANSI escape code">6429</a></li>
<li><a href="ISO_6438" title="ISO 6438">6438</a></li>
<li><a href="ISO/IEC_6523" title="ISO/IEC 6523">6523</a></li>
<li><a href="ISO_6709" title="ISO 6709">6709</a></li>
<li><a href="ISO_6943" title="ISO 6943">6943</a></li>
<li><a href="ISO_7001" title="ISO 7001">7001</a></li>
<li><a href="ISO_7002" title="ISO 7002">7002</a></li>
<li><a href="ISO_7010" title="ISO 7010">7010</a></li>
<li><a href="ISO_7027" title="ISO 7027">7027</a></li>
<li><a href="ISO/IEC_7064" title="ISO/IEC 7064">7064</a></li>
<li><a href="Pinyin" title="Pinyin">7098</a></li>
<li><a href="Pascal_(programming_language)" title="Pascal (programming language)">7185</a></li>
<li><a href="ISO_7200" title="ISO 7200">7200</a></li>
<li><a href="OSI_model" title="OSI model">7498</a>
<ul><li><a href="OSI_model" title="OSI model">-1</a></li></ul></li>
<li><a href="ISO_7637" title="ISO 7637">7637</a></li>
<li><a href="ISO_7736" title="ISO 7736">7736</a></li>
<li><a href="ISO/IEC_7810" title="ISO/IEC 7810">7810</a></li>
<li><a href="ISO/IEC_7811" title="ISO/IEC 7811">7811</a></li>
<li><a href="ISO/IEC_7812" title="ISO/IEC 7812">7812</a></li>
<li><a href="ISO/IEC_7813" title="ISO/IEC 7813">7813</a></li>
<li><a href="ISO/IEC_7816" title="ISO/IEC 7816">7816</a></li>
<li><a href="Graphical_Kernel_System" title="Graphical Kernel System">7942</a></li>
<li><a href="ISO_8000" title="ISO 8000">8000</a></li>
<li><a href="On-board_diagnostics" title="On-board diagnostics">8093</a></li>
<li><a href="ISO_8178" title="ISO 8178">8178</a></li>
<li><a href="Fuel_oil" title="Fuel oil">8217</a></li>
<li><a href="ISO_8373" class="mw-redirect" title="ISO 8373">8373</a></li>
<li><a href="ISO_8501-1" title="ISO 8501-1">8501-1</a></li>
<li><a href="FTAM" title="FTAM">8571</a></li>
<li><a href="ISO_8583" title="ISO 8583">8583</a></li>
<li><a href="ISO_8601" title="ISO 8601">8601</a></li>
<li><a href="Open_Document_Architecture" title="Open Document Architecture">8613</a></li>
<li><a href="Computer_Graphics_Metafile" title="Computer Graphics Metafile">8632</a></li>
<li><a href="Graphical_Kernel_System" title="Graphical Kernel System">8651</a></li>
<li><a href="ISO/IEC_8652" title="ISO/IEC 8652">8652</a></li>
<li><a href="ISO_8691" title="ISO 8691">8691</a></li>
<li><a href="Graphical_Kernel_System" title="Graphical Kernel System">8805/8806</a></li>
<li><a href="Language_of_Temporal_Ordering_Specification" title="Language of Temporal Ordering Specification">8807</a></li>
<li><a href="Automotive_fuse" title="Automotive fuse">8820-5</a></li>
<li><a href="ISO/IEC_8859" title="ISO/IEC 8859">8859</a>
<ul><li><a href="ISO/IEC_8859-1" title="ISO/IEC 8859-1">-1</a></li>
<li><a href="ISO/IEC_8859-2" title="ISO/IEC 8859-2">-2</a></li>
<li><a href="ISO/IEC_8859-3" title="ISO/IEC 8859-3">-3</a></li>
<li><a href="ISO/IEC_8859-4" title="ISO/IEC 8859-4">-4</a></li>
<li><a href="ISO/IEC_8859-5" title="ISO/IEC 8859-5">-5</a></li>
<li><a href="ISO/IEC_8859-6" title="ISO/IEC 8859-6">-6</a></li>
<li><a href="ISO/IEC_8859-7" title="ISO/IEC 8859-7">-7</a></li>
<li><a href="ISO/IEC_8859-8" title="ISO/IEC 8859-8">-8</a></li>
<li><a href="ISO-8859-8-I" title="ISO-8859-8-I">-8-I</a></li>
<li><a href="ISO/IEC_8859-9" title="ISO/IEC 8859-9">-9</a></li>
<li><a href="ISO/IEC_8859-10" title="ISO/IEC 8859-10">-10</a></li>
<li><a href="ISO/IEC_8859-11" title="ISO/IEC 8859-11">-11</a></li>
<li><a href="ISO/IEC_8859-12" class="mw-redirect" title="ISO/IEC 8859-12">-12</a></li>
<li><a href="ISO/IEC_8859-13" title="ISO/IEC 8859-13">-13</a></li>
<li><a href="ISO/IEC_8859-14" title="ISO/IEC 8859-14">-14</a></li>
<li><a href="ISO/IEC_8859-15" title="ISO/IEC 8859-15">-15</a></li>
<li><a href="ISO/IEC_8859-16" title="ISO/IEC 8859-16">-16</a></li></ul></li>
<li><a href="Standard_Generalized_Markup_Language" title="Standard Generalized Markup Language">8879</a></li>
<li><a href="ISO_9000_family" title="ISO 9000 family">9000/9001</a></li>
<li><a href="ASMO_449" title="ASMO 449">9036</a></li>
<li><a href="SQL" title="SQL">9075</a></li>
<li><a href="ISO/IEC_9126" title="ISO/IEC 9126">9126</a></li>
<li><a href="On-board_diagnostics" title="On-board diagnostics">9141</a></li>
<li><a href="Salt_spray_test" title="Salt spray test">9227</a></li>
<li><a href="ISO_9241" title="ISO 9241">9241</a></li>
<li><a href="File_Allocation_Table" title="File Allocation Table">9293</a></li>
<li><a href="Fiber_Distributed_Data_Interface" title="Fiber Distributed Data Interface">9314</a></li>
<li><a href="ISO_9362" title="ISO 9362">9362</a></li>
<li><a href="Shoe_size" title="Shoe size">9407</a></li>
<li><a href="CHILL" title="CHILL">9496</a></li>
<li><a href="Manufacturing_Message_Specification" title="Manufacturing Message Specification">9506</a></li>
<li><a href="ISO/IEC_9529" title="ISO/IEC 9529">9529</a></li>
<li><a href="ISO_9564" title="ISO 9564">9564</a></li>
<li><a href="PHIGS" title="PHIGS">9592/9593</a></li>
<li><a href="X.500" title="X.500">9594</a></li>
<li><a href="ISO_9660" title="ISO 9660">9660</a></li>
<li><a href="ISO/IEC_9797-1" title="ISO/IEC 9797-1">9797-1</a></li>
<li><a href="ISO_9897" title="ISO 9897">9897</a></li>
<li><a href="ANSI_C" title="ANSI C">9899</a></li>
<li><a href="POSIX" title="POSIX">9945</a></li>
<li><a href="Romanization_of_Georgian" title="Romanization of Georgian">9984</a></li>
<li><a href="Romanization_of_Armenian" title="Romanization of Armenian">9985</a></li>
<li><a href="ISO/IEC_9995" title="ISO/IEC 9995">9995</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">10000–19999</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="ISO_10006" title="ISO 10006">10006</a></li>
<li><a href="ISO_10007" title="ISO 10007">10007</a></li>
<li><a href="ISO/IEC_10116" title="ISO/IEC 10116">10116</a></li>
<li><a href="Whirlpool_(hash_function)" title="Whirlpool (hash function)">10118-3</a></li>
<li><a href="ISO_10160" title="ISO 10160">10160</a></li>
<li><a href="ISO_10161" title="ISO 10161">10161</a></li>
<li><a href="Guidelines_for_the_Definition_of_Managed_Objects" title="Guidelines for the Definition of Managed Objects">10165</a></li>
<li><a href="Document_Style_Semantics_and_Specification_Language" title="Document Style Semantics and Specification Language">10179</a></li>
<li><a href="Pascal_(programming_language)#ISO/IEC_10206:1990_Extended_Pascal" title="Pascal (programming language)">10206</a></li>
<li><a href="ISO_10218" title="ISO 10218">10218</a></li>
<li><a href="Full_BASIC" title="Full BASIC">10279</a></li>
<li><a href="ISO_10303" title="ISO 10303">10303</a>
<ul><li><a href="EXPRESS_(data_modeling_language)" title="EXPRESS (data modeling language)">-11</a></li>
<li><a href="ISO_10303-21" title="ISO 10303-21">-21</a></li>
<li><a href="ISO_10303-22" title="ISO 10303-22">-22</a></li>
<li><a href="ISO_10303-28" title="ISO 10303-28">-28</a></li>
<li><a href="STEP-NC" title="STEP-NC">-238</a></li></ul></li>
<li><a href="Market_Identifier_Code" title="Market Identifier Code">10383</a></li>
<li><a href="ArmSCII" title="ArmSCII">10585</a></li>
<li><a href="IS-IS" title="IS-IS">10589</a></li>
<li><a href="ISO_10628" title="ISO 10628">10628</a></li>
<li><a href="Universal_Coded_Character_Set" title="Universal Coded Character Set">10646</a></li>
<li><a href="Torx" title="Torx">10664</a></li>
<li><a href="RM-ODP" title="RM-ODP">10746</a></li>
<li><a href="Multibus" title="Multibus">10861</a></li>
<li><a href="International_Standard_Music_Number" title="International Standard Music Number">10957</a></li>
<li><a href="ISO_10962" title="ISO 10962">10962</a></li>
<li><a href="ISO/IEC_10967" title="ISO/IEC 10967">10967</a></li>
<li><a href="ISO/IEEE_11073" title="ISO/IEEE 11073">11073</a></li>
<li><a href="ISO_11170" title="ISO 11170">11170</a></li>
<li><a href="MPEG-1" title="MPEG-1">11172</a></li>
<li><a href="ISO/IEC_11179" title="ISO/IEC 11179">11179</a></li>
<li><a href="ISO/IEC_11404" title="ISO/IEC 11404">11404</a></li>
<li><a href="JBIG" title="JBIG">11544</a></li>
<li><a href="ISO_11783" title="ISO 11783">11783</a></li>
<li><a href="ISO_11784_and_ISO_11785" title="ISO 11784 and ISO 11785">11784</a></li>
<li><a href="ISO_11784_and_ISO_11785" title="ISO 11784 and ISO 11785">11785</a></li>
<li><a href="ISO/IEC_11801" title="ISO/IEC 11801">11801</a></li>
<li><a href="Trusted_Platform_Module" title="Trusted Platform Module">11889</a></li>
<li><a href="CAN_bus#CAN_lower-layer_standards" title="CAN bus">11898</a></li>
<li><a href="ISO_11940" title="ISO 11940">11940</a> (<a href="ISO_11940-2" title="ISO 11940-2">-2</a>)</li>
<li><a href="ISO/TR_11941" title="ISO/TR 11941">11941</a></li>
<li><a href="ISO/TR_11941" title="ISO/TR 11941">11941 (TR)</a></li>
<li><a href="ISO_11992" title="ISO 11992">11992</a></li>
<li><a href="ISO_12006" title="ISO 12006">12006</a></li>
<li><a href="DICOM" title="DICOM">12052</a></li>
<li><a href="ISO/IEC_TR_12182" title="ISO/IEC TR 12182">12182</a></li>
<li><a href="ISO/IEC_12207" title="ISO/IEC 12207">12207</a></li>
<li><a href="TIFF/EP" title="TIFF/EP">12234-2</a></li>
<li><a href="Linguistic_categories#ISO_12620_(ISO_TC37_Data_Category_Registry,_ISOcat)" title="Linguistic categories">12620</a></li>
<li><a href="Prolog" title="Prolog">13211</a>
<ul><li><a href="Prolog" title="Prolog">-1</a></li>
<li><a href="Prolog" title="Prolog">-2</a></li></ul></li>
<li><a href="Isofix" title="Isofix">13216</a></li>
<li><a href="Topic_map" title="Topic map">13250</a></li>
<li><a href="ISO_13399" title="ISO 13399">13399</a></li>
<li><a href="ISO_13406-2" title="ISO 13406-2">13406-2</a></li>
<li><a href="110_film" title="110 film">13450</a></li>
<li><a href="ISO_13485" title="ISO 13485">13485</a></li>
<li><a href="ISO_13490" title="ISO 13490">13490</a></li>
<li><a href="ISO_13567" title="ISO 13567">13567</a></li>
<li><a href="Z_notation" title="Z notation">13568</a></li>
<li><a href="ISO_13584" title="ISO 13584">13584</a></li>
<li><a href="International_Bank_Account_Number" title="International Bank Account Number">13616</a></li>
<li><a href="ISLISP" title="ISLISP">13816</a></li>
<li><a href="MPEG-2" title="MPEG-2">13818</a></li>
<li><a href="ISO_14000_family" title="ISO 14000 family">14000</a></li>
<li><a href="ISO_14031" title="ISO 14031">14031</a></li>
<li><a href="ISO_14224" title="ISO 14224">14224</a></li>
<li><a href="PDF/UA" title="PDF/UA">14289</a></li>
<li><a href="Horsepower" title="Horsepower">14396</a></li>
<li><a href="ISO/IEC_14443" title="ISO/IEC 14443">14443</a></li>
<li><a href="MPEG-4" title="MPEG-4">14496</a>
<ul><li><a href="MPEG-4_Part_2" title="MPEG-4 Part 2">-2</a></li>
<li><a href="MPEG-4_Part_3" title="MPEG-4 Part 3">-3</a></li>
<li><a href="Delivery_Multimedia_Integration_Framework" title="Delivery Multimedia Integration Framework">-6</a></li>
<li><a href="Advanced_Video_Coding" title="Advanced Video Coding">-10</a></li>
<li><a href="MPEG-4_Part_11" title="MPEG-4 Part 11">-11</a></li>
<li><a href="ISO_base_media_file_format" title="ISO base media file format">-12</a></li>
<li><a href="MP4_file_format" title="MP4 file format">-14</a></li>
<li><a href="MP4_file_format" title="MP4 file format">-17</a></li>
<li><a href="MP4_file_format" title="MP4 file format">-20</a></li></ul></li>
<li><a href="ISO_14617" title="ISO 14617">14617</a></li>
<li><a href="ISO_14644" title="ISO 14644">14644</a></li>
<li><a href="STEP-NC" title="STEP-NC">14649</a></li>
<li><a href="ISO/IEC_14651" title="ISO/IEC 14651">14651</a></li>
<li><a href="ISO_14698" title="ISO 14698">14698</a></li>
<li><a href="Software_maintenance" title="Software maintenance">14764</a></li>
<li><a href="C%2B%2B" title="C++">14882</a></li>
<li><a href="ISO_14971" title="ISO 14971">14971</a></li>
<li><a href="ISO_15022" title="ISO 15022">15022</a></li>
<li><a href="ISO_15189" title="ISO 15189">15189</a></li>
<li><a href="ISO/IEC_15288" title="ISO/IEC 15288">15288</a></li>
<li><a href="Ada_Semantic_Interface_Specification" title="Ada Semantic Interface Specification">15291</a></li>
<li><a href="ISO_15398" title="ISO 15398">15398</a></li>
<li><a href="Common_Criteria" title="Common Criteria">15408</a></li>
<li><a href="JPEG_2000" title="JPEG 2000">15444</a>
<ul><li><a href="Motion_JPEG_2000" title="Motion JPEG 2000">-3</a></li>
<li><a href="JPIP" title="JPIP">-9</a></li></ul></li>
<li><a href="HTML" title="HTML">15445</a></li>
<li><a href="PDF417" title="PDF417">15438</a></li>
<li><a href="ISO/IEC_15504" title="ISO/IEC 15504">15504</a></li>
<li><a href="International_Standard_Identifier_for_Libraries_and_Related_Organizations" title="International Standard Identifier for Libraries and Related Organizations">15511</a></li>
<li><a href="ISO_15686" title="ISO 15686">15686</a></li>
<li><a href="ISO/IEC_15693" title="ISO/IEC 15693">15693</a></li>
<li><a href="International_Standard_Audiovisual_Number" title="International Standard Audiovisual Number">15706</a>
<ul><li><a href="International_Standard_Audiovisual_Number" title="International Standard Audiovisual Number">-2</a></li></ul></li>
<li><a href="International_Standard_Musical_Work_Code" title="International Standard Musical Work Code">15707</a></li>
<li><a href="ISO/IEC_15897" title="ISO/IEC 15897">15897</a></li>
<li><a href="ISO_15919" title="ISO 15919">15919</a></li>
<li><a href="ISO_15924" title="ISO 15924">15924</a></li>
<li><a href="ISO_15926" title="ISO 15926">15926</a></li>
<li><a href="ISO_15926_WIP" title="ISO 15926 WIP">15926 WIP</a></li>
<li><a href="PDF/X" title="PDF/X">15930</a></li>
<li><a href="MPEG-7" title="MPEG-7">15938</a></li>
<li><a href="MaxiCode" title="MaxiCode">16023</a></li>
<li><a href="ECMAScript" title="ECMAScript">16262</a></li>
<li><a href="Quality_function_deployment" title="Quality function deployment">16355-1</a></li>
<li><a href="Mixed_raster_content" title="Mixed raster content">16485</a></li>
<li><a href="PDF/VT" title="PDF/VT">16612-2</a></li>
<li><a href="ISO_16750" title="ISO 16750">16750</a></li>
<li><a href="IATF_16949" title="IATF 16949">16949 (TS)</a></li>
<li><a href="ISO/IEC_17024" title="ISO/IEC 17024">17024</a></li>
<li><a href="ISO/IEC_17025" title="ISO/IEC 17025">17025</a></li>
<li><a href="ISO_17100" title="ISO 17100">17100</a></li>
<li><a href="Open_Virtualization_Format" title="Open Virtualization Format">17203</a></li>
<li><a href="SDMX" title="SDMX">17369</a></li>
<li><a href="Legal_Entity_Identifier" title="Legal Entity Identifier">17442</a></li>
<li><a href="COLLADA" title="COLLADA">17506</a></li>
<li><a href="ISO/IEC_27002" title="ISO/IEC 27002">17799</a></li>
<li><a href="QR_code" title="QR code">18004</a></li>
<li><a href="ISO/IEC_18014" title="ISO/IEC 18014">18014</a></li>
<li><a href="JPEG_XL" title="JPEG XL">18181</a></li>
<li><a href="ISO_18245" title="ISO 18245">18245</a></li>
<li><a href="Process_Specification_Language" title="Process Specification Language">18629</a></li>
<li><a href="SoftWare_Hash_IDentifier" title="SoftWare Hash IDentifier">18760</a></li>
<li><a href="Photographic_Activity_Test" title="Photographic Activity Test">18916</a></li>
<li><a href="PDF/A" title="PDF/A">19005</a></li>
<li><a href="ISO_19011" title="ISO 19011">19011</a></li>
<li><a href="ISO_19092" title="ISO 19092">19092</a>
<ul><li><a href="ISO_19092-1" class="mw-redirect" title="ISO 19092-1">-1</a></li>
<li><a href="ISO_19092-2" class="mw-redirect" title="ISO 19092-2">-2</a></li></ul></li>
<li><a href="ISO_19114" title="ISO 19114">19114</a></li>
<li><a href="Geospatial_metadata#ISO_19115:_Geographic_information_–_Metadata" title="Geospatial metadata">19115</a></li>
<li><a href="Simple_Features" title="Simple Features">19125</a></li>
<li><a href="Geography_Markup_Language#ISO_19136" title="Geography Markup Language">19136</a></li>
<li><a href="Shoe_size" title="Shoe size">19407</a></li>
<li><a href="ISO_19439" title="ISO 19439">19439</a></li>
<li><a href="Common_Object_Request_Broker_Architecture" title="Common Object Request Broker Architecture">19500</a></li>
<li><a href="Unified_Modeling_Language" title="Unified Modeling Language">19501</a></li>
<li><a href="Meta-Object_Facility" title="Meta-Object Facility">19502</a></li>
<li><a href="XML_Metadata_Interchange" title="XML Metadata Interchange">19503</a></li>
<li><a href="Unified_Modeling_Language" title="Unified Modeling Language">19505</a></li>
<li><a href="Knowledge_Discovery_Metamodel" title="Knowledge Discovery Metamodel">19506</a></li>
<li><a href="Object_Constraint_Language" title="Object Constraint Language">19507</a></li>
<li><a href="Meta-Object_Facility" title="Meta-Object Facility">19508</a></li>
<li><a href="XML_Metadata_Interchange" title="XML Metadata Interchange">19509</a></li>
<li><a href="Business_Process_Model_and_Notation" title="Business Process Model and Notation">19510</a></li>
<li><a href="ISO_19600" title="ISO 19600">19600</a></li>
<li><a href="ISO/IEC_19752" title="ISO/IEC 19752">19752</a></li>
<li><a href="RELAX_NG" title="RELAX NG">19757</a></li>
<li><a href="ISO/IEC_19770" title="ISO/IEC 19770">19770</a></li>
<li><a href="X3D" title="X3D">19775-1</a></li>
<li><a href="ISO/IEC_19794-5" title="ISO/IEC 19794-5">19794-5</a></li>
<li><a href="Cloud_Infrastructure_Management_Interface" title="Cloud Infrastructure Management Interface">19831</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">20000–29999</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="ISO/IEC_20000" title="ISO/IEC 20000">20000</a></li>
<li><a href="ISO_20022" title="ISO 20022">20022</a></li>
<li><a href="ISO_20121" title="ISO 20121">20121</a></li>
<li><a href="ISO_20400" title="ISO 20400">20400</a></li>
<li><a href="Open_Data_Protocol" title="Open Data Protocol">20802</a></li>
<li><a href="Han_Xin_code" title="Han Xin code">20830</a></li>
<li><a href="MPEG-21" title="MPEG-21">21000</a></li>
<li><a href="ISO_21001" title="ISO 21001">21001</a></li>
<li><a href="International_Standard_Text_Code" title="International Standard Text Code">21047</a></li>
<li><a href="JPEG_XS" title="JPEG XS">21122</a></li>
<li><a href="ISO_21500" title="ISO 21500">21500</a></li>
<li><a href="JSON" title="JSON">21778</a></li>
<li><a href="ISO/IEC_21827" title="ISO/IEC 21827">21827</a></li>
<li><a href="ISO_22000" title="ISO 22000">22000</a></li>
<li><a href="ECMAScript" title="ECMAScript">22275</a></li>
<li><a href="ISO_22300" title="ISO 22300">22300</a></li>
<li><a href="ISO_22301" title="ISO 22301">22301</a></li>
<li><a href="ISO_22395" title="ISO 22395">22395</a></li>
<li><a href="ECMAScript_for_XML" title="ECMAScript for XML">22537</a></li>
<li><a href="MPEG-A" title="MPEG-A">23000</a></li>
<li><a href="MPEG-D" title="MPEG-D">23003</a></li>
<li><a href="MPEG-H" title="MPEG-H">23008</a></li>
<li><a href="Dynamic_Adaptive_Streaming_over_HTTP" title="Dynamic Adaptive Streaming over HTTP">23009</a></li>
<li><a href="Versatile_Video_Coding" title="Versatile Video Coding">23090-3</a></li>
<li><a href="MPEG-G" title="MPEG-G">23092</a></li>
<li><a href="Essential_Video_Coding" title="Essential Video Coding">23094-1</a></li>
<li><a href="LCEVC" title="LCEVC">23094-2</a></li>
<li><a href="C_Sharp_(programming_language)" title="C Sharp (programming language)">23270</a></li>
<li><a href="Common_Language_Infrastructure" title="Common Language Infrastructure">23271</a></li>
<li><a href="Linux_Standard_Base" title="Linux Standard Base">23360</a></li>
<li><a href="Rectangular_Micro_QR_Code" title="Rectangular Micro QR Code">23941</a></li>
<li><a href="PDF/E" title="PDF/E">24517</a></li>
<li><a href="Lexical_Markup_Framework" title="Lexical Markup Framework">24613</a></li>
<li><a href="ISO-TimeML" title="ISO-TimeML">24617</a></li>
<li><a href="Common_Logic" title="Common Logic">24707</a></li>
<li><a href="MicroPDF417" title="MicroPDF417">24728</a></li>
<li><a href="ISO_25178" title="ISO 25178">25178</a></li>
<li><a href="ISO_25964" title="ISO 25964">25964</a></li>
<li><a href="ISO_26000" title="ISO 26000">26000</a></li>
<li><a href="ISO_26262" title="ISO 26262">26262</a></li>
<li><a href="OpenDocument" title="OpenDocument">26300</a></li>
<li><a href="Digital_object_identifier" title="Digital object identifier">26324</a></li>
<li><a href="ISO/IEC_27000_family" title="ISO/IEC 27000 family">27000 series</a></li>
<li><a href="ISO/IEC_27000" title="ISO/IEC 27000">27000</a></li>
<li><a href="ISO/IEC_27001" title="ISO/IEC 27001">27001</a></li>
<li><a href="ISO/IEC_27002" title="ISO/IEC 27002">27002</a></li>
<li><a href="ISO/IEC_27005" title="ISO/IEC 27005">27005</a></li>
<li><a href="ISO/IEC_27006" title="ISO/IEC 27006">27006</a></li>
<li><a href="International_Standard_Name_Identifier" title="International Standard Name Identifier">27729</a></li>
<li><a href="ISO_28000" title="ISO 28000">28000</a></li>
<li>29110</li>
<li><a href="Requirements_engineering" title="Requirements engineering">29148</a></li>
<li><a href="JPEG_XR" title="JPEG XR">29199-2</a></li>
<li><a href="Office_Open_XML" title="Office Open XML">29500</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">30000+</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Ruby_(programming_language)" title="Ruby (programming language)">30170</a></li>
<li><a href="ISO_31000" title="ISO 31000">31000</a></li>
<li><a href="PDF" title="PDF">32000</a></li>
<li><a href="ISO_37001" title="ISO 37001">37001</a></li>
<li><a href="ISO/IEC_38500" title="ISO/IEC 38500">38500</a></li>
<li><a href="Graph_Query_Language" title="Graph Query Language">39075</a></li>
<li><a href="MathML" title="MathML">40314</a></li>
<li><a href="Web_Content_Accessibility_Guidelines" title="Web Content Accessibility Guidelines">40500</a></li>
<li><a href="ISO/IEC_42010" title="ISO/IEC 42010">42010</a></li>
<li><a href="ISO_45001" title="ISO 45001">45001</a></li>
<li><a href="ISO_50001" title="ISO 50001">50001</a></li>
<li><a href="ISO_55000" title="ISO 55000">55000</a></li>
<li><a href="ISO_56000" title="ISO 56000">56000</a></li>
<li><a href="ISO/IEC_80000" title="ISO/IEC 80000">80000</a></li></ul>
</div></td></tr><tr><td class="navbox-abovebelow" colspan="2"><div>
<ul><li><span class="noviewer" typeof="mw:File"><span title="Category"></span></span> Category</li></ul>
</div></td></tr></tbody></table></div>
<div class="navbox-styles"><style data-mw-deduplicate="TemplateStyles:r1038841319">
/* start https://en.wikipedia.org/ */
.mw-parser-output .tooltip-dotted{border-bottom:1px dotted;cursor:help}
/* end https://en.wikipedia.org/ */
</style></div><div role="navigation" class="navbox authority-control" aria-labelledby="Authority_control_databases_frameless&#124;text-top&#124;10px&#124;alt=Edit_this_at_Wikidata&#124;link=https&#58;//www.wikidata.org/wiki/Q185092#identifiers&#124;class=noprint&#124;Edit_this_at_Wikidata1559" style="padding:3px"><table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="2"><div id="Authority_control_databases_frameless&#124;text-top&#124;10px&#124;alt=Edit_this_at_Wikidata&#124;link=https&#58;//www.wikidata.org/wiki/Q185092#identifiers&#124;class=noprint&#124;Edit_this_at_Wikidata1559" style="font-size:114%;margin:0 4em">Authority control databases </div></th></tr><tr><th scope="row" class="navbox-group" style="width:1%">National</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"><ul><li><span class="uid"><a rel="nofollow" class="external text" href="https://d-nb.info/gnd/4131768-3">Germany</a></span></li><li><span class="uid"><a rel="nofollow" class="external text" href="https://id.loc.gov/authorities/sh85049286">United States</a></span></li><li><span class="uid"><span class="rt-commentedText tooltip tooltip-dotted" title="Ordinogrammes"><a rel="nofollow" class="external text" href="https://catalogue.bnf.fr/ark:/12148/cb11940186h">France</a></span></span></li><li><span class="uid"><span class="rt-commentedText tooltip tooltip-dotted" title="Ordinogrammes"><a rel="nofollow" class="external text" href="https://data.bnf.fr/ark:/12148/cb11940186h">BnF data</a></span></span></li><li><span class="uid"><span class="rt-commentedText tooltip tooltip-dotted" title="vývojové diagramy"><a rel="nofollow" class="external text" href="https://aleph.nkp.cz/F/?func=find-c&local_base=aut&ccl_term=ica=ph127478&CON_LNG=ENG">Czech Republic</a></span></span></li><li><span class="uid"><a rel="nofollow" class="external text" href="https://www.nli.org.il/en/authorities/987007538452105171">Israel</a></span></li></ul></div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Other</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"><ul><li><span class="uid"><a rel="nofollow" class="external text" href="https://catalog.archives.gov/id/10628870">NARA</a></span></li><li><span class="uid"><a rel="nofollow" class="external text" href="https://lux.collections.yale.edu/view/concept/bde747b9-e1ff-46cb-ae91-f327bb71447f">Yale LUX</a></span></li></ul></div></td></tr></tbody></table></div></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-07-22" href="https://en.wikipedia.org/wiki/?title=Flowchart&oldid=1301857814">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
</body></html>